home *** CD-ROM | disk | FTP | other *** search
Wrap
<screen name="setup" title="Setup Match" subtitle="enter details for a new match" version="1.0"> <widget class="titled_box" title="Match Details" width="600" height="400"> <!-- split into two panels, one on left, one on right --> <layout class="arrange_horizontal_attachment"> <flags id="algn" value="fill"/> </layout> <layout class="stick_to_sides_attachment"> <flags id="algn" value="vertical"/> <boolean id="laye" value="true"/> </layout> <layout class="centre_in_parent_attachment"> <flags id="algn" value="all"/> </layout> <!-- first panel contains labels for the various options --> <widget class="group_box"> <!-- option labels are arranged vertically, and justified to the right of the box --> <layout class="arrange_vertical_attachment" gap="8" alignment="top"/> <layout class="stick_to_sides_attachment" alignment="right" layout_children="1"/> <widget class="label" text="Home Team" alignment="right" spec="control,large"/> <widget class="label" text="Away Team" alignment="right" spec="control,large"/> <widget class="label" text="Random Seed" alignment="right" spec="control,large"/> <widget class="label" text="" alignment="right" spec="control,large"/> <widget class="group_box" height="32"/> <widget class="label" height="32" text="Soak Testing:" alignment="right" spec="control,large"/> <widget class="label" text="Repeats Per Match" alignment="right" spec="control,large"/> <widget class="label" text="Total Matches" alignment="right" spec="control,large"/> </widget> <!-- second panel contains the editable items --> <widget class="group_box"> <layout class="arrange_vertical_attachment" gap="8" alignment="top"/> <layout class="stick_to_sides_attachment" alignment="left" layout_children="1"/> <widget class="popup_button" id="home" spec="control,large" width="256" hint="Choose the home team from this list"/> <widget class="popup_button" id="away" spec="control,large" width="256" hint="Choose the away team from this list"/> <widget class="edit_box" id="rnd1" spec="control,large" width="256" hint="This should be a random number. Changing the number will change the outcome of the game."/> <widget class="action_button" text="Save" clke="SAVE"/> <widget class="group_box" height="64"/> <widget class="edit_box" id="skrp" spec="control,large" width="256" save_default_state="true"/> <widget class="edit_box" id="skmt" spec="control,large" width="256" save_default_state="true"/> <widget class="check_box" id="skrt" text="Random Teams" width="256" save_default_state="true"/> <widget class="group_box" height="32"/> <widget class="action_button" text="Run Soak Test" clke="soak"/> </widget> </widget> </screen>